Update dependency react-native-screens to v3 - autoclosed #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~2.15.2->~3.35.0Release Notes
software-mansion/react-native-screens (react-native-screens)
v3.35.0Compare Source
v3.34.1Compare Source
v3.34.0Compare Source
Recently released 3.33.0 introduced a crash when running on Android + Fabric + "bridgefull" combination of platform / architecture. This version introduces a fix for that crash with changes in native code, thus bumping minor version.
What's Changed
🐛 Bug fixes
🔢 Miscellaneous
Full Changelog: software-mansion/react-native-screens@3.33.0...3.34.0
v3.33.0Compare Source
Minor release heavily focused on fixing existing Fabric bugs. This version also comes with compatibility with
[email protected](in its current state - 0.75-rc.6) and a new prop for shadow control (details below).We want to give a shoutout to @janicduplessis and every person who reported issues in our repository. This is really a big help, thanks a lot! You are the cornerstone of open source community!
Thanks for following along! 💙
What's Changed
Here's more detailed information on what changes this release introduces.
👍 Improvements
🐛 Bug fixes
unmountChildComponent:index:by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2261🔢 Miscellaneous
compareFrameSizestocheckFrameSizesEqualWithEpsby @kkafar in https://github.com/software-mansion/react-native-screens/pull/2217New Contributors
Full Changelog: software-mansion/react-native-screens@3.32.0...3.33.0
v3.32.0Compare Source
Minor release aimed at bugfixing & internal refactorings, however not lacking few nice new features, enjoy 🎉
What's Changed
👍 Improvements
🐛 Bug fixes
UnsatisfiedLinkErrorby @piaskowyk in https://github.com/software-mansion/react-native-screens/pull/2128Pressableelements by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2131-[RNSScreenContainer init]to call-[UIView initWithFrame:]designated initalizer by @Brett-Best in https://github.com/software-mansion/react-native-screens/pull/2161🔢 Miscellaneous
react-navigationsubmodule with fixes for header behaviour by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2187react-nativeversions in readme by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2190New Contributors
Full Changelog: software-mansion/react-native-screens@3.31.1...3.32.0
v3.31.1Compare Source
Patch release including fixing errors during the install step in React Native applications with 3.31.0 version of React Native Screens.
Thanks for following along! 💙
What's Changed
🐛 Bug fixes
Full Changelog: software-mansion/react-native-screens@3.31.0...3.31.1
v3.31.0Compare Source
Minor release including adding support for React Native 0.74 and fixing targets of the touchables on the JS Stack.
Thanks for following along! 💙
What's Changed
🐛 Bug fixes
🔢 Miscellaneous
New Contributors
🙌 Thank you for your contributions!
Full Changelog: software-mansion/react-native-screens@3.31.0-rc.1...3.31.0
v3.30.1Compare Source
Patch release addressing an issue with building a package due to the missing submodule from
postinstallcommand.🔢 Miscellaneous
Full Changelog: software-mansion/react-native-screens@3.30.0...3.30.1
v3.30.0Compare Source
Minor release including custom screen transitions, adding support for VisionOS, supporting
slide_from_leftanimation on iOS and fixing other aspects (including wrong targets for touchable components on Fabric).Thanks for following along! 💙
Note: Please note that support for React Native versions lower than 0.68 have been dropped. Older versions may still continue to work with this and newer releases of react-native-screens, but bugs from deprecated versions will not be considered for repair.
What's Changed
👍 Improvements
Custom screen transitions - In 3.30.0, we've introduced a support for custom transition animations while making a "go back" gesture. Made by @piaskowyk and @WoLewicki in https://github.com/software-mansion/react-native-screens/pull/1913
Support for VisionOS is here! - From now, react-native-screens offers bundled support for VisionOS platform. Made by @okwasniewski in https://github.com/software-mansion/react-native-screens/pull/2025
slide_from_lefttransition on iOS - You can useslide_from_leftanimation that will be used for pushing or popping a new screen. Made by @kirillzyusko in https://github.com/software-mansion/react-native-screens/pull/2057Add
cancelSearchcommand on SearchBar by @Jasonzj in https://github.com/software-mansion/react-native-screens/pull/1987Fixed Android screen stack animation by @janicduplessis in https://github.com/software-mansion/react-native-screens/pull/2019
🐛 Bug fixes
runOnUiQueueThreadon 0.73 with Bridgeless by @cortinico in https://github.com/software-mansion/react-native-screens/pull/2022displayfor_viewConfigattribute by @WoLewicki and @tboba in https://github.com/software-mansion/react-native-screens/pull/2071goBackGesturescreen transition by @piaskowyk in https://github.com/software-mansion/react-native-screens/pull/2061goBackGestureby @piaskowyk in https://github.com/software-mansion/react-native-screens/pull/2060🔢 Miscellaneous
headerBackButtonClickedevent by @WoLewicki in https://github.com/software-mansion/react-native-screens/pull/2015New Contributors
🙌 Thank you for your contributions!
Full Changelog: software-mansion/react-native-screens@3.29.0...3.30.0
v3.29.0Compare Source
Minor release including fix for iOS that was accidentally omitted from 3.28.0. It should be now possible to present modal in outer stack, from modal in nested stack (😄 )
What's Changed
🐛 Bug fixes
Full Changelog: software-mansion/react-native-screens@3.28.0...3.29.0
v3.28.0Compare Source
Minor release adding a support for React Native 0.73, adding new iOS-like slide animation, fixing crashes with AVPlayer on iOS and resolving build issues on Android.
What's Changed
🐛 Bug fixes
traverseForScrollViewmethod by @tboba in https://github.com/software-mansion/react-native-screens/pull/1969👍 Improvements
🔢 Miscellaneous
New Contributors
Full Changelog: software-mansion/react-native-screens@3.27.0...3.28.0
v3.27.0Compare Source
Minor release focusing on resolving build issues in certain configurations, compatibility with RC versions of React Native and crash on Fabric.
What's Changed
🐛 Bug fixes
canCoalescemethod to RNSHeaderHeightChangeEvent by @tboba in https://github.com/software-mansion/react-native-screens/pull/1933🔢 Miscellaneous
@babel/traversefrom 7.21.0 to 7.23.2 by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1929react-devtools-corefrom 4.28.0 to 4.28.4 by @tboba in https://github.com/software-mansion/react-native-screens/pull/1941New Contributors
Full Changelog: software-mansion/react-native-screens@3.26.0...3.27.0
v3.26.0Compare Source
Minor release adding new useAnimatedHeaderHeight and useReanimatedHeaderHeight hooks, providing fixes for search bar and introducing internal changes. Please note that new hooks introduced in this release are fully functional on Paper, on Fabric there are few edge cases we are still working on.
What's Changed
🐛 Bug fixes
headerConfigprop on Android by @tboba in https://github.com/software-mansion/react-native-screens/pull/1883👍 Improvements
🔢 Miscellaneous
RCTEventEmitterby @kkafar in https://github.com/software-mansion/react-native-screens/pull/1867requiresyntax for resolution of all native components by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1909npx expo installby @GabrieldosSantosOliveira in https://github.com/software-mansion/react-native-screens/pull/1899Exampleapp & e2e tests to RN 0.72.4 by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1880New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.